type golang.org/x/net/http2.noBodyReader

4 uses

	golang.org/x/net/http2 (current package)
		transport.go#L3105: var noBody io.ReadCloser = noBodyReader{}
		transport.go#L3107: type noBodyReader struct{}
		transport.go#L3109: func (noBodyReader) Close() error             { return nil }
		transport.go#L3110: func (noBodyReader) Read([]byte) (int, error) { return 0, io.EOF }